home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / tn3.dir / 00092_Script_92 < prev    next >
Text File  |  1995-11-28  |  238b  |  18 lines

  1. on exitFrame
  2.   --5
  3.   
  4.   HL 45, 28
  5.   
  6.   if rollover(3) then
  7.     show "Q005.A"
  8.   else
  9.     if rollover(4) then
  10.       show "Q005.a red"
  11.     else
  12.       reshow "5", "Q005"
  13.       prompt2
  14.     end if
  15.   end if
  16.   go the frame
  17.   
  18. end